home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / game / text / infoglf1.readme < prev   
Encoding:
Text File  |  1998-02-12  |  2.0 KB  |  54 lines

  1. Short:    Adds new features to Inform's parser
  2. Author:   glyph@mindless.com (GLYPH)
  3. Uploader: glyph@mindless.com (GLYPH)
  4. Type:     game/text
  5. Action:   NoStart
  6.  
  7.  
  8. This archive contains modified versions of grammar.h, parser.h, parserm.h,
  9. and english.h.  They're real neat and super easy to use in your own inform
  10. games.
  11.  
  12.  
  13. What does it do?
  14. ================
  15. The modifications I have whipped up extend Inform's standard parser to
  16. include some nifty handy features:
  17.  
  18. Better handling of AND and THEN
  19. -------------------------------
  20. "Take the box and then open it" works now.
  21. "Take and open the box" works now.
  22. "Pick up the box and the ball and open the box and look in it" works now.
  23. "Take and open the book and the box and put the book in the box" works too.
  24.  
  25. Better handling of multiple subjects
  26. ------------------------------------
  27. Most verbs now allow multiple subjects, like "Look at all".  To keep
  28. things fair, daemons are allowed to run between actions, but only if the
  29. action took time to do.
  30.  
  31. For example, if you had a Rat daemon going and you typed "open all", you
  32. might get something like this:
  33.  
  34. Book: Opened.                               <- it worked so it took time
  35. The rats are chewing on your foot.          <- this is the Rat daemon
  36. Table: That's not something you can open.   <- no time taken so no daemon
  37. Door: Opened.                               <- took time
  38. The rats are still chewing on your foot.    <- that Rat daemon again
  39.  
  40. -----------------------------------------
  41.  
  42.  
  43. ============================= Archive contents =============================
  44.  
  45. Original  Packed Ratio    Date     Time    Name
  46. -------- ------- ----- --------- --------  -------------
  47.     2941    1283 56.3% 30-Jan-98 16:30:48  GLYPH.TXT
  48.      986     466 52.7% 08-Mar-98 03:46:34  GPARSER.H
  49.   168228   49890 70.3% 08-Mar-98 03:47:00  GPARSERM.H
  50.    35541    8407 76.3% 08-Mar-98 03:46:28  GENGLISH.H
  51.    20205    3611 82.1% 08-Mar-98 03:46:32  GGRAMMAR.H
  52. -------- ------- ----- --------- --------
  53.   227901   63657 72.0% 01-Feb-98 17:15:38   5 files
  54.